command

Starts a new command shell.
   command [[d:]path] [device] [options]
A new instance of FreeCOM will be created.

Options

  d:path
  The drive and path where the shell is to look for the transient part
  of the program.  This is usually only needed to set the COMSPEC.

  device
  An alternate device for all i/o.

  /e:nnnnn
  The environment size, in bytes, in the range 160-32768.  This number
  will be rounded up the nearest 16 bytes.  The default is 256.

  /p
  Makes the shell permanent, so the EXIT command does not exit the
  shell.

  /c {string}
  Executes the command in {string}, then exits.

  /msg
  Loads any error messages that might be stored on disk into memory.

See Also

Exit
Copyright © 1998 Jim Hall
This file is derived from the FreeDOS Spec Command HOWTO. See the file H2Cpying.txt for copying conditions.